'Declaration Public Function New( _ ByVal source As IEnumerable, _ ByVal propertyPath As String _ )
public C1ScopedDataCollection<T>( IEnumerable source, string propertyPath )
Parameters
- source
- The original source.
- propertyPath
- The property path to which this collection is scoped.